Skip to main content

lowResolutionTimers

Type

property

Summary

Specifies which operating-system mechanism is used to compute times on Windows systems.

Syntax

set the lowResolutionTimers to {true | false}

Description

Use the lowResolutionTimers property to improve performance on Windows systems.

If the lowResolutionTimers property is set to true, timing intervals are measured with the operating system's WM_TIMER messages. If the lowResolutionTimers is false, timing intervals are measured with the high-precision multimedia timers.

The high-precision timers are sometimes unreliable, causing delays in the action of the move and wait commands. You can fix these symptoms by setting the lowResolutionTimers to true. However, using the WM_TIMER messages may cause jerkiness in the action of the move command.

The setting of this property has no effect on Mac OS and Unix systems.

Examples

set the lowResolutionTimers to true

command: wait, move

function: MCISendString

glossary: property, Windows, message, command

Compatibility and Support

Introduced

LiveCode 1.0

OS

windows

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?